home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
honeytrouble.swf
/
scripts
/
DefineButton2_20
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
225 b
|
11 lines
on(press){
if(input_txt2.text != "")
{
display_txt1.text = _parent.trace_str(input_txt1.text,int(input_txt2.text));
}
else
{
display_txt1.text = _parent.trace_str(input_txt1.text);
}
}